home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2001 June
/
CHIP Haziran 2001.iso
/
prog
/
share
/
44
/
setup.exe
/
wwSetup.exe
/
0
/
RCDATA
/
TLABELEDITORDLG
/
TLABELEDITORDLG.txt
Wrap
Text File
|
2001-04-02
|
3KB
|
148 lines
object LabelEditorDlg: TLabelEditorDlg
Left = 424
Top = 190
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'Instant Label Edit'
ClientHeight = 299
ClientWidth = 369
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 20
Top = 128
Width = 39
Height = 13
Caption = 'Caption:'
end
object E3dStyle: TRadioGroup
Left = 20
Top = 12
Width = 185
Height = 105
Caption = 'A 3D Style'
ItemIndex = 0
Items.Strings = (
'Normal 3D'
'Resit 3D'
'Raised 3D'
'Shadow 3D')
TabOrder = 0
OnClick = E3dStyleClick
end
object EFitType: TRadioGroup
Left = 220
Top = 12
Width = 129
Height = 105
Caption = 'A Fit Type'
ItemIndex = 0
Items.Strings = (
'Best Fit'
'Best Horisontal Fit'
'Best Vertical Fit'
'Normal Fit')
TabOrder = 1
OnClick = EFitTypeClick
end
object btFont: TButton
Left = 244
Top = 132
Width = 49
Height = 25
Caption = 'Font'
Font.Charset = ANSI_CHARSET
Font.Color = clBlack
Font.Height = -16
Font.Name = 'Times New Roman'
Font.Style = [fsBold, fsItalic]
ParentFont = False
TabOrder = 2
OnClick = btFontClick
end
object Panel: TPanel
Left = 12
Top = 176
Width = 345
Height = 81
BevelInner = bvRaised
BorderStyle = bsSingle
TabOrder = 3
end
object ECaption: TEdit
Left = 20
Top = 144
Width = 213
Height = 21
TabOrder = 4
OnChange = ECaptionChange
end
object BitBtn1: TBitBtn
Left = 106
Top = 264
Width = 75
Height = 25
TabOrder = 5
Kind = bkOK
end
object BitBtn2: TBitBtn
Left = 199
Top = 264
Width = 75
Height = 25
TabOrder = 6
Kind = bkCancel
end
object btColor: TButton
Left = 304
Top = 120
Width = 51
Height = 25
Caption = 'FontColor'
TabOrder = 7
OnClick = btColorClick
end
object Button1: TButton
Left = 304
Top = 148
Width = 51
Height = 25
Caption = 'Color'
TabOrder = 8
OnClick = Button1Click
end
object cTrans: TCheckBox
Left = 152
Top = 124
Width = 81
Height = 17
Alignment = taLeftJustify
Caption = 'Transparent'
TabOrder = 9
OnClick = cTransClick
end
object FontD: TFontDialog
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
MinFontSize = 0
MaxFontSize = 0
Left = 304
Top = 68
end
object ColorD: TColorDialog
Ctl3D = True
Left = 332
Top = 68
end
end